github.com/andybalholm/brotli.Reader.dist_rb (field)
9 uses
github.com/andybalholm/brotli (current package)
decode.go#L1460: s.distance_code = s.dist_rb[s.dist_rb_idx&3]
decode.go#L1474: s.distance_code = s.dist_rb[v]
decode.go#L1825: s.distance_code = s.dist_rb[s.dist_rb_idx&3]
decode.go#L1916: s.dist_rb[s.dist_rb_idx&3] = s.distance_code
state.go#L108: dist_rb [4]int
state.go#L230: s.dist_rb[0] = 16
state.go#L231: s.dist_rb[1] = 15
state.go#L232: s.dist_rb[2] = 11
state.go#L233: s.dist_rb[3] = 4
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |